CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - huffman coding

搜索资源列表

  1. huffman

    0下载:
  2. matlab实现huffman编码,编码源为一系列简单符号,有运行结果。可自行改变源信息。-matlab achieve huffman coding, source coding for a series of simple symbols, there are results. Can change the source information.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1115
    • 提供者:吉吉
  1. Huffman

    0下载:
  2. Huffman编码,在VC6.0下开发的,比较经典,可以作为参考-Huffman coding, in VC6.0 developed to compare the classical, can be used as reference
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:10636
    • 提供者:杨华文
  1. HUffman

    1下载:
  2. 根据信源压缩编码——Huffman编码的原理,制作对英文文本进行压缩和解压缩的软件。要求软件有简单的用户界面,软件能够对运行的状态生成报告,分别是:字符频率统计报告、编码报告、压缩程度信息报告、码表存储空间报告。-According to source coding- Huffman coding theory, the production of English text compression and decompression software. Require a simple soft
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:1826
    • 提供者:liu
  1. Huffman

    1下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统对待传输预先编码,在接收端将传来的数据进行译码。对于双工通道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。(功能非常完全)-The use of Huffman coding can greatly improve the communication channel utilization, reduce the info
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:257035
    • 提供者:zhengks
  1. compressor

    0下载:
  2. 本程序使用C++编写,在VC2005上调试,完成了文件的读取,文件字符的统计以及压缩率的显示,哈夫曼树的建立,哈夫曼编码的实现,文件转换为哈夫曼编码成为压缩文件以及文件从压缩状态进行解码。并且以对话框的形式和用户交流,程序方便实用,既可以对文本进行压缩,有可以对图像进行压缩,效果都不错。-This procedure using C++ Prepared in VC2005 debug completed documents to read, document characters as wel
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-03-06
    • 文件大小:3865152
    • 提供者:罗天银
  1. Huffman

    0下载:
  2. 本程序是第二带编码解码经典,huffman编码,实现编码解码-This procedure is the second classic band codec, huffman coding, to achieve codec
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:59962
    • 提供者:李靖
  1. huffman

    0下载:
  2. 问题描述] 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。-Descr iption of the problem] use Huffman encoding of information and communication can grea
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:15639
    • 提供者:yangyang
  1. huffman

    0下载:
  2. 一份huff_tc.c,只能在tc下运行,因为加入了用tc图形界面直观画出树形的代码。一份是huff_vc.c,是在vc和tc下都能运行的程序,没有直观表达编码的树形结构。 [目的] 构建所输入符号(及权值)的哈夫曼树,并利用该树求出各符号的编码,深入理解最优二叉树的概念及其特性。 [问题描述] 读入各个符号及其权值,求各符号的哈夫曼编码。 [基本要求] (1)读入各个符号及其权值,建立哈夫曼树; (2)利用建立的哈夫曼树对各符号进行编码,输出编码结果。 [
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2926
    • 提供者:李霄逍
  1. wenben

    0下载:
  2. matlab环境下利用huffman编码实现图像无损压缩和文本的压缩-matlab environment implementation using huffman coding image lossless compression and text compression
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:15643
    • 提供者:jj
  1. huffman_coding

    0下载:
  2. ) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:1037
    • 提供者:ria
  1. Huffman

    0下载:
  2. Huffman Coding & Decoding for Text Compression
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:59634
    • 提供者:Saranya
  1. huffman

    0下载:
  2. 数据压缩,c语言,huffman编码,vc实现-Data compression, c language, huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-27
    • 文件大小:13036
    • 提供者:dyg
  1. huffman

    0下载:
  2. Matlab下实现huffman编码 在MATLAB中模拟c中链表 利用复数运算-Matlab under huffman coding in the MATLAB simulation of c in the list in the use of the plural operation
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:155764
    • 提供者:peng
  1. Huffman

    0下载:
  2. 关于哈夫曼编码的8种不同的方法,让我们一起研究研究~-Huffman coding on the eight kinds of different ways, let us take a look ~
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-02
    • 文件大小:616172
    • 提供者:瑞文
  1. huffman

    0下载:
  2. 一种huffman编码,可以快速算出图片的编码结果-A huffman coding, can quickly calculate the results of image coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:1376
    • 提供者:孙晓峰
  1. huffman

    0下载:
  2. 编码教常用的哈弗曼编码的MATLAB仿真的源程序-MATLAB source to huffman coding
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1207
    • 提供者:张军政
  1. AHC

    0下载:
  2. Adaptive-Huffman Coding自适应的Huffman压缩与解压缩。 在压缩与解压缩过程中动态地改变Huffman树,和编码。-Adaptive-Huffman Coding Adaptive Huffman compression and decompression. Compression and decompression in the process of changing the dynamic Huffman tree, and coding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:2028561
    • 提供者:star
  1. Huffman

    0下载:
  2. 赫夫曼实现编码译码C++环境下运行! -Huffman coding to achieve coding
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:266770
    • 提供者:sunshengsan
  1. Data-Structure-Course-Design-Huffman-coding

    0下载:
  2. 数据结构课程设计——霍夫曼编码(含有设计要求,需求分析,源代码)-Data Structure Course Design- Huffman coding (with the design requirements, requirements analysis, source code)
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:418195
    • 提供者:liu jian
  1. huffman

    1下载:
  2. 对MATLAB软件中已经存在的Shannon.txt文档进行霍夫曼编码,检测霍夫曼编码的编码速率。-On the MATLAB software that already exists Shannon.txt documents Huffman coding, the encoding rate of detection of Huffman coding.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:6775
    • 提供者:史锁兰
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com